setDesiredHeight
open fun setDesiredHeight(@Dimension(unit = 0) height: Int): NotificationCompat.BubbleMetadata.Builder(source)
Sets the desired height in DPs for the app content defined by setIntent, this height may not be respected if there is not enough space on the screen or if the provided height is too small to be useful.
If setDesiredHeightResId was previously called on this builder, the previous value set will be cleared after calling this method, and this value will be used instead.